home *** CD-ROM | disk | FTP | other *** search
/ Insight Into Information (Demo) / Insight Into Information Demo CD-ROM 1994.ISO / composer / 00069.ls < prev    next >
Encoding:
Text File  |  1994-09-18  |  171 b   |  11 lines

  1. if rollOver(21) or rollOver(22) or rollOver(23) then
  2.   cursor(260)
  3. else
  4.   cursor(0)
  5. end if
  6. if (the ticks - myTime) < 600 then
  7.   go(the frame)
  8. else
  9.   go(1, "admin")
  10. end if
  11.